Uses of Class
agents.anac.y2010.Southampton.utils.OpponentModel.Extreme

Packages that use OpponentModel.Extreme
agents.anac.y2010.Southampton.utils   
 

Uses of OpponentModel.Extreme in agents.anac.y2010.Southampton.utils
 

Methods in agents.anac.y2010.Southampton.utils that return OpponentModel.Extreme
static OpponentModel.Extreme OpponentModel.Extreme.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpponentModel.Extreme[] OpponentModel.Extreme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in agents.anac.y2010.Southampton.utils with parameters of type OpponentModel.Extreme
 double OpponentModel.getExtremeEvaluation(Evaluator evaluator, OpponentModel.Extreme extreme)